home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Poco 1.2 / pocosetup.exe / file0001.bin / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Encoding:
Text File  |  2000-03-01  |  965 b   |  53 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 247
  3.   Top = 110
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password'
  6.   ClientHeight = 93
  7.   ClientWidth = 233
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 9
  20.     Width = 124
  21.     Height = 13
  22.     Caption = 'Enter your POP password:'
  23.   end
  24.   object Password: TEdit
  25.     Left = 9
  26.     Top = 26
  27.     Width = 217
  28.     Height = 21
  29.     PasswordChar = '*'
  30.     TabOrder = 0
  31.   end
  32.   object OKBtn: TButton
  33.     Left = 70
  34.     Top = 59
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 1
  41.   end
  42.   object CancelBtn: TButton
  43.     Left = 150
  44.     Top = 59
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52. end
  53.